|
|
|
|
SelectionStyle Property, SftTree Class |
Defines the selection style.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionStyle As SelectionStyleEnum |
C# |
public SelectionStyleEnum SelectionStyle { get; set; } |
C++ |
public: property SelectionStyleEnum SelectionStyle { |
Property Value
The selection style.
Value |
Description |
|
0 | Only one item can be selected at a time. | |
1 | Multiple discontiguous or contiguous items can be selected at the same time. | |
2 | Only one cell can be selected at a time. | |
3 | Multiple discontiguous or contiguous cells can be selected at the same time. | |
4 | Multiple contiguous cells in the shape of a rectangular block of cells can be selected at the same time. |
The default value is SelectionStyleEnum.SingleItem.
Comments
The SelectionStyle property defines the selection style.
The SelectableArea property defines which which areas of items or cells can be clicked by an end user to select the item or cell.
The SelectionOutlineStyle property defines the appearance of the selection highlight.
SelectionHighlightStyle defines the appearance of a selected item or cell.